asynchronous request

英 [eɪˈsɪŋkrənəs rɪˈkwest] 美 [eɪˈsɪŋkrənəs rɪˈkwest]

网络  异步需求; 异步请求; 非同步请求

计算机



双语例句

  1. This is a simple, asynchronous request/ response or callback pattern that is typical of many service protocols.
    这是一种简单的、异步请求/响应或者回馈模式,它们是众多服务协议的一个典型。
  2. The client uses the Dojo JavaScript library to submit an asynchronous request for resources to JESTServlet using the JEST URI syntax.
    这个客户端使用DojoJavaScript库提交采用JESTURI语法的异步资源请求到JESTServlet。
  3. The data sent to the asynchronous request is dynamically added to the request.
    发送给异步请求的数据将动态添加到请求中。
  4. The asynchronous request is made.
    进行异步请求。
  5. SPML provides two operations to manage and control asynchronous request execution
    SPML提供了两种操作来管理和控制异步请求执行
  6. For example, within the event handler, calculation can be performed or strings concatenated for data sent along with the asynchronous request.
    例如,在事件处理程序中,可以对随异步请求一同传递的数据执行计算或字符串连接操作。
  7. Advanced features that we may look at include monitoring of messages, lookup of endpoints in a services registry, and asynchronous request/ response.
    我们需要关注的高级功能包括消息的监视、在服务注册中心中查询端点和异步请求/响应。
  8. If you want to use the APIs from Google or Amazon in an asynchronous request, there are some particular considerations.
    如果您希望在一个异步请求中使用来自Google或Amazon的API,就会有一些特殊的考虑事项。
  9. Once asynchronous request processing is completed, an asynchronous response is communicated ( from the Web server, application server, or Web application) back to the client page.
    一旦异步请求处理完成,异步响应就被通信(从Web服务器、应用服务器或Web应用程序)回客户机页面。
  10. In fact, even when you want an asynchronous request, you should specify "true" as the third parameter.
    事实上,即使需要异步连接,也应该指定第三个参数为“true”。
  11. In the onSelect event handler, the values for the controls, from which the current control cascades, are retrieved, and the URL is built to send the asynchronous request to the server.
    onSelect事件处理程序检索控件值,当前控件利用这些值执行级联,此外还会生成URL,以便将异步请求发送给服务器。
  12. An asynchronous request though, does not wait for the server to respond.
    而异步请求不等待服务器响应。
  13. CancelRequest& This operation allows the RA to cancel the execution of a pending asynchronous request.
    CancelRequest&该操作允许RA取消执行尚未执行的异步请求。
  14. So far, I've looked at asynchronous request/ response using message queues and business logic encapsulation using the Command pattern.
    迄今为止,我已经观察到可以使用消息队列来实现异步的请求或响应,以及使用Command模式来实现商业逻辑封装。
  15. An asynchronous request is made to the server to retrieve the dialog content.
    向服务器发出一条异步请求,检索对话框内容。
  16. In such cases, you need to override the onreadystatechange function of the XMLHttpRequest instance so that you can set a callback function for the asynchronous request.
    在这种情况下,需要覆盖XMLHttpRequest实例的onreadystatechange函数以便您可以为这个异步请求设置一个callback函数。
  17. This requirement is most easily explained in the context of an asynchronous request/ reply scenario.
    此需求最容易在异步请求/回复场景的上下文中解释。
  18. The update panel control supports optional arguments that are passed along with the asynchronous request for the update panel.
    更新面板控件支持可选参数,它们随更新面板的异步请求一同传递。
  19. For example, set the title of the dialog, build the POST data and URL, and make the asynchronous request.
    例如,设置对话框的标题,构建POST数据和URL,以及发起异步请求。
  20. Asynchronous request with delayed response
    采用延迟响应的异步请求
  21. Granted, that little keyword "true" in the open() method sets up an asynchronous request.
    必须承认,open()方法中“true”这个小小的关键字建立了异步请求。
  22. When the server responds to the asynchronous request, the update panel content is updated.
    当服务器响应异步请求时,更新面板内容将被更新。
  23. Thus it should come as no surprise that the next version of the Java Servlet specification includes a standardization of asynchronous request processing, or, the underlying technology behind Comet.
    因此,毫不奇怪,下一个版本的Javaservlet规范包括异步请求处理(即Comet背后的底层技术)的标准化。
  24. This method masks much of the coding that is necessary to create an asynchronous request.
    这种方法屏蔽创建一个异步请求所需的大部分编码。
  25. One advantage Grizzly's have is its asynchronous request processing mechanism, that can be customized at the http level.
    Grizzly的一个优点是其异步的请求处理机制,这可在http层进行定制。
  26. An internal asynchronous request is pending.
    内部异步请求挂起。
  27. Method starts an asynchronous request to post a message.
    方法启动一个异步请求以发送消息。
  28. An active object that is responsible for an asynchronous request to the Message Server.
    操作对象:某个激活的对象,负责对消息服务器的同步请求做响应。
  29. A semaphore created when a thread is created and is used to indicate the completion of an asynchronous request; the request status is used to distinguish between different requests.
    请求信号量,当一个线程被创建并用于标示一个异步请求的完成状态时将创建一个请求信号量;
  30. Object to send an asynchronous request to a server from a web page.
    对象从web页面向服务器发送异步请求。